home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Stepstone_Tutorial / runFruit < prev   
Text File  |  1995-06-12  |  477b  |  20 lines

  1.  
  2. $ make
  3. cc -gg  -c fruitMain.m
  4. cc -gg  -c Fruit.m
  5. cc -gg  -c Apple.m
  6. touch emptyfile
  7. cc -gg  -o Fruit fruitMain.o Fruit.o Apple.o -lappkit_s
  8.   -ldpsclient_s -lobjc_s -lstreams_s -ldb_s -lm -lc_s 
  9.  
  10. Fruit
  11. aFruit, address e010
  12.          The diameter is 1 and color is green,
  13. aFruit, address e010
  14.          The diameter is 2 and color is green.
  15. anApple, address e020
  16.          The diameter is 3 and color is green,
  17. anApple, address e020
  18.          The diameter is 7 and color is red.
  19. $
  20.